-
Notifications
You must be signed in to change notification settings - Fork 232
Temporary use gcc-rs from git until new version released #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Phaiax Could you tell us more about the motivation of this change? cc @alexcrichton I'm not sure if this would work well with the plan to integrate this into rust-lang/rust. In fact, I've seen integration errors before because this crate uses gcc 0.3.35 and the crates in rust-lang/rust use an older version. |
The readme recommends
But this does not work seamlessly for user projects without some recent changes to gcc. Edit: Does cargo unify crate versions of build-dependencies? |
Do you mean that there some targets for which this crate doesn't compile? I'd prefer to use a newer gcc release. We just have to bug @alexcrichton to release a new one.
It should. |
Yes, the build of the libcompiler-rt uses cc instead of arm-none-..... |
You can e.g. set |
I know. But I think it was not intended this way :D
|
Done! |
@bors r+ |
📌 Commit 56dc20a has been approved by |
Temporary use gcc-rs from git until new version released
☀️ Test successful - status-appveyor, travis |
108: coshf tanhf and atan2f r=japaric a=burrbull closes rust-lang#44 closes rust-lang#52 closes rust-lang#41 Co-authored-by: Andrey Zgarbul <[email protected]> Co-authored-by: Zgarbul Andrey <[email protected]>
No description provided.